From 2fd8d4946e94a1959d28fabf262f752df2e9f9d4 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 27 Nov 2000 02:08:05 +0000 Subject: [PATCH] (help-manyarg-func-alist): Correct entry for `vconcat'. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 92a682d4fe4..8c9f5c80901 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1523,7 +1523,7 @@ out of view." (funcall . "(funcall FUNCTION &rest ARGUMENTS)") (append . "(append &rest SEQUENCES)") (concat . "(concat &rest SEQUENCES)") - (vconcat . "(vconcat vconcat)") + (vconcat . "(vconcat &rest SEQUENCES)") (nconc . "(nconc &rest LISTS)") (widget-apply . "(widget-apply WIDGET PROPERTY &rest ARGS)") (make-hash-table . "(make-hash-table &rest KEYWORD-ARGS)") -- 2.30.2